testing.common.skipped (field)

6 uses

	testing (current package)
		benchmark.go#L247: 		if b.skipped {
		fuzz.go#L623: 			fuzzNotCalled := !f.fuzzCalled && !f.skipped && !f.failed
		fuzz.go#L624: 			if !f.finished && !f.skipped && !f.failed {
		testing.go#L495: 	skipped     bool                 // Test or benchmark has been skipped.
		testing.go#L976: 	c.skipped = true
		testing.go#L986: 	return c.skipped